std::type_index::type_index
From Cppreference
< cpp | types | type index
| C++ Standard Library | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Utilities library | ||||||||||||||||||||||||||||
| Type support | ||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||
| std::type_index | ||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||
| type_index( const std::type_info& info );
|
(C++11 feature) | |
Constructs the type index from std::type_info object.
[edit] Parameters
| info | - | type information object |
[edit] Example
| This section is incomplete |